home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 10 - 1994 / 10.10 Oct 94 / QT MIDI Music / MusicTest.r < prev    next >
Encoding:
Text File  |  1994-07-24  |  1.4 KB  |  67 lines  |  [TEXT/MPS ]

  1. resource 'Musi' (128) {
  2.     {    /* array header: 2 elements */
  3.         /* [1] */
  4.         0,
  5.         1,
  6.         0x10000,
  7.         kAnyComponentType,
  8.         "Any Synthesizer",
  9.         "HarpsichordianoPiano",
  10.         7,
  11.         7,
  12.         /* [2] */
  13.         1,
  14.         1,
  15.         0x10000,
  16.         kAnyComponentType,
  17.         "Any Synthesizer",
  18.         "Tubular bells",
  19.         15,
  20.         15
  21.     },
  22.     {    
  23.         restCommand { 100 },
  24.         noteCommand { 0, 28, 80, 100 },
  25.         restCommand { 100 },
  26.         noteCommand { 0, 30, 70, 100 },
  27.         restCommand { 100 },
  28.         noteCommand { 0, 32, 80, 100 },
  29.         restCommand { 100 },
  30.         noteCommand { 0, 33, 66, 100 },
  31.         restCommand { 100 },
  32.         noteCommand { 0, 30, 70, 100 },
  33.         restCommand { 100 },
  34.         noteCommand { 0, 32, 70, 100 },
  35.         restCommand { 100 },
  36.         noteCommand { 0, 28, 66, 100 },
  37.         restCommand { 100 },
  38.         noteCommand { 0, 35, 80, 200 },
  39.         restCommand { 100 },
  40.         noteCommand { 1, 16, 82, 100 },
  41.         restCommand { 100 },
  42.         noteCommand { 0, 40, 100, 200 },
  43.         noteCommand { 1, 18, 73, 100 },
  44.         restCommand { 100 },
  45.         noteCommand { 1, 20, 73, 100 },
  46.         restCommand { 100 },
  47.         
  48.         noteCommand { 1, 21, 82, 100 },
  49.         noteCommand { 0, 39, 61, 50 },
  50.         restCommand { 50 },
  51.         noteCommand { 0, 37, 61, 50 },
  52.         restCommand { 50 },
  53.         
  54.         noteCommand { 0, 39, 90, 150 },
  55.         restCommand { 50 },
  56.         noteCommand { 1, 18, 64, 100 },
  57.         restCommand { 100 },
  58.  
  59.         noteCommand { 0, 40, 90, 200 },
  60.         noteCommand { 1, 20, 82, 100 },
  61.         restCommand { 100 },
  62.         noteCommand { 1, 16, 64, 100 },
  63.         restCommand { 100 },
  64.         
  65.         markerCommand { 0, 0 },
  66.     }
  67. };